Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DYN-6507: crash when uploading package #14690

Merged

Conversation

dnenov
Copy link
Collaborator

@dnenov dnenov commented Dec 5, 2023

Purpose

Revert change that was introduced to try and fix failing tests before. The change was a BeingInvoke wrap around a clean up of a property which was used inside async code. The use of the BeginInvoke was causing a crash in production code in Dynamo.

This jira issue picks it up https://jira.autodesk.com/browse/DYN-6507?filter=-1

Declarations

Check these if you believe they are true

  • The codebase is in a better state after this PR
  • Is documented according to the standards
  • The level of testing this PR includes is appropriate
  • User facing strings, if any, are extracted into *.resx files
  • All tests pass using the self-service CI.
  • Snapshot of UI changes, if any.
  • Changes to the API follow Semantic Versioning and are documented in the API Changes document.
  • This PR modifies some build requirements and the readme is updated
  • This PR contains no files larger than 50 MB

Release Notes

  • attempt to fix a crash when uploading a package and clearing the uploadhandle on success

Reviewers

@reddyashish

FYIs

@avidit
@mjkkirschner

- attempt to fix a crash when uploading a package and clearing the uploadhandle on success
@dnenov dnenov changed the title crash when uploading package DYN-6507: crash when uploading package Dec 5, 2023
@dnenov dnenov marked this pull request as ready for review December 6, 2023 10:01
@reddyashish
Copy link
Contributor

@dnenov 1 failure here: https://master-15.jenkins.autodesk.com/view/DYN/job/DYN-DevCI_Self_Service/1329/. No test runner crash now

@reddyashish
Copy link
Contributor

1 failure
Screenshot 2023-12-06 at 12 03 55 PM

- disabled CancelCommandClearsAllData test as the command it is supposed to be testing currently is restricted under testing environment as it crashes master-15 (sequentially running of tests) because of thread affinity issue
@dnenov
Copy link
Collaborator Author

dnenov commented Dec 7, 2023

I disabled CancelCommandClearsAllData test as the command it is supposed to be testing, is currently restricted under testing environment. It crashes master-15 (sequentially running of tests) because of thread affinity issue. So this test does not make sense at the moment.

Copy link

github-actions bot commented Dec 7, 2023

UI Smoke Tests

Test: success. 2 passed, 0 failed.
TestComplete Test Result
Workflow Run: UI Smoke Tests
Check: UI Smoke Tests - net8.0

Copy link

github-actions bot commented Dec 7, 2023

UI Smoke Tests

Test: success. 2 passed, 0 failed.
TestComplete Test Result
Workflow Run: UI Smoke Tests
Check: UI Smoke Tests - net6.0

@reddyashish
Copy link
Contributor

@reddyashish reddyashish merged commit 4da00ab into DynamoDS:master Dec 7, 2023
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants